Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
JSP/JavaQQ
DL : 0
本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收两部分,当服务器端要向客户端发送文件时,先调用字节输入流FileInputStream从本机读取想要发送的文件,再将信息通过字节输出流BufferedOutputStream发送到客户端,这样客户端的字节输入流BufferedInputStream就读取到了相应信息,客户端再通过字节输出流FileOutputStream将信息以文件形式存入本机。-This program is based on network communication program TCP/IP protocol, the use of Java streams, files, and other multi-threaded programming techniques. Socket object plays an important role in network programming, the program is written in a simple socket-based chat tool technology. Input and output streams chat are used BufferedReader and PrintWriter, the server for the client to start a thread in the thread through the socket and customers to exchange information. When sending a chat message to the server: " Hello" , the server would like this thread output stream to write information: " Hello" , then the client socket input stream is read to this message. File transfer files sent and received document is divided into two parts, when the client would like the server to send the file, byte input stream FileInputStream first call to read the file you want to send from the machine, then the information output by the byte stream BufferedOutputStream sent to the client, s
Update : 2024-05-19 Size : 7168 Publisher : 佟文浩

在C#开发环境,根据多线程开发的聊天工具,一个客户端,一个服务器端-In C# development environment, based on the development of multi-threaded chat tool, a client, a server-side
Update : 2024-05-19 Size : 900096 Publisher : TangXin

一套利用套接字进行可靠性网络连接的C#程序,实现用户端和服务器端的网络通信,双端的多线程程序设计简单实用。程序文件中有清楚的解释说明。-A C# program has created the reliability of the network connection by the socket method, with the type of the client and server side communications, both sides uses multi-threaded programming simply and practically. Program files have a clear explanation.
Update : 2024-05-19 Size : 27648 Publisher : qinwang

DL : 0
一个多线程并发服务器程序,服务端启动后,监听客户端连接,接受客户端消息,并操作数据库。-A multi-threaded concurrent server program, the server starts listening for client connections, the client accepts the message, and operation of the database.
Update : 2024-05-19 Size : 8091648 Publisher : cc

C#的socket通信程序,包括socke客户端和服务端,多线程,文件传输功能等-C# socket communication procedures, including socke client and server, multi-threaded, file transfer functions, etc.
Update : 2024-05-19 Size : 242688 Publisher : 半山一叟

stm32跑RT_Thread实时系统+lwip实现多线程TCP服务器,并将数据转发到串口-stm32 run RT_Thread real-time system+ lwip achieve multi-threaded TCP server, and forwards the data to the serial port
Update : 2024-05-19 Size : 7311360 Publisher : 肖俊

VC++编写一款可边下载、边聊天的多线程下载服务端、客户端程序,都可顺利编译,可指定IP进行连接,连接成功后,可进行对话,单对单的聊天,比较简单。服务端和客户端基于多线程,支持多任务。-VC++ prepared a chat while downloading, multi-threaded download server, the client program, can be successfully compiled, you can specify IP connection, after a successful connection, can engage in dialogue, one on one chat, relatively simple. The server and client based on the multi thread, multi task.
Update : 2024-05-19 Size : 112640 Publisher : 李媛

8UFTP工具分为8UFTP客户端工具和 8UFTP智能扩展服务端工具,涵盖其它FTP工具所有的功能。不占内存,体积小,多线程,支持在线解压缩。界面友好,操作简单,可以管理多个ftp站点,使用拖拉即可完成文件或文件夹的上传、下载。 智能升级检查,免费升级。建议同时安装8UFTP客户端和8UFTP智能扩展服务端工具。-8UFTP tool into 8UFTP smart client tools and 8UFTP extended service client tools, covering all of the features of other FTP tools. Does not account for memory, small, multi-threaded, support online decompress. Friendly interface, simple operation, you can manage multiple ftp sites using drag and drop files or folders to complete the upload and download. Smart upgrade check, a free upgrade. Also install 8UFTP client and server-side tools 8UFTP intelligent expansion.
Update : 2024-05-19 Size : 607232 Publisher : 朱晓宇

用于演示服务器器多线程的做法,用socket编程,其中只是数据的传输。比较简单-Practices for Presentation Server is multi-threaded, with socket programming, which is the transmission of data. Relatively simple
Update : 2024-05-19 Size : 7168 Publisher : king

网上有很多客户端的源码,我这是TCP服务器的编写,多线程的,来一个客户端生成一个多线程客户端,内存单独的,互补干扰,移植的时候只要把这4个文件加进工程就好,-There are many online client source code, this is my writing TCP server, multi-threaded, to a client generates a multi-threaded client, memory separate, complementary interference, as long as the transplant, when added to these four documents on the project Okay,
Update : 2024-05-19 Size : 3072 Publisher : 曹奎

DL : 0
用C++基于winsock配合多线程编写的通迅工具,是服务端和客户端一体的,非常实用。-Using C++ based on Winsock with the preparation of multi-threaded communication tools, is one of the server and client, very practical.
Update : 2024-05-19 Size : 5261312 Publisher : as

计算机网络编程,用于实现客户端与服务器端的多线程通讯-Computer network programming for implementing the client and server-side multi-threaded communications
Update : 2024-05-19 Size : 9216 Publisher : lly

该程序实现TCP/IP服务器端和客户端的编程,利用SOCKET编程实现通信,实现多线程。-The program implements TCP/IP server and client-side programming using SOCKET programming communication, multi-threaded.
Update : 2024-05-19 Size : 3842048 Publisher : dfjdj

JSP/Java5
DL : 0
Java Socket 多线程客户端与服务端-Java Socket multi-threaded client and server
Update : 2024-05-19 Size : 2048 Publisher : goldRoger

DL : 0
一个多线程服务,专门监听linux指定目录下文件的变化,然后对目录文件做相应移动,并提交到服务器。这是我在做停车场中用来处理FTP上传图片的程序-A multi-threaded service, special monitoring Linux specify changes in the file directory, and then do the corresponding movement on the directory, and submitted to the server. This is what I do in the parking lot to handle FTP image upload program
Update : 2024-05-19 Size : 15360 Publisher : 黄希

DL : 0
android中通过开辟多个线程来进行从服务器到客户端的多线程下载-android in for multi-threaded download the server to the client by opening multiple threads
Update : 2024-05-19 Size : 1795072 Publisher : 张强

DL : 0
一个多线程的TCP服务器端源码,也是入门级别,高手勿下-A multi-threaded TCP server source code, is the entry-level, experts do next
Update : 2024-05-19 Size : 5120 Publisher : zhao

实验3 TCP和UDP套接字综合应用 要求:(1)TCP、UDP (2)C/S (3)多线程编程 摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 TCP客户: 客户创建流套接字,向服务器发起TCP连接。 连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 UDP客户:   (1)客户创建数据报套接字,通过该套接字向服务器发出”time”命令获取服务器系统时间。   (2)接收服务器返回的时间,更新客户系统时间。   (3)断开与服务器的连接。 服务器: 针对TCP客户,提供的服务如下:   (1)服务器创建监听套接字,监听客户TCP连接请求。   (2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。   (3)通过套接字与客户持续发送或是接收数据。   (4)输入或是收到”end“命令,结束与该客户的收发数据,断开连接。 针对UDP客户,提供的服务如下:   (1)服务器创建数据报套接字,等待接收客户数据。 (2)接收客户发来的“time”命令,获取系统时间,通过套接字返回给客户。-Experiment 3 TCP and UDP sockets integrated application Requirements: (1) TCP, UDP             (2) C/S             (3) multi-threaded programming Abstract: Designing a simple client/server, concurrent UDP communication while responding to customer requirements, but also to respond to the client sent, TCP communication requirements. TCP Client: Create a stream socket client initiates TCP connection to the server. After the connection is successfully created, sustained over a socket send or receive data to the server.         (3) Input or receiving the command end , the end of the send and receive data, and disconnect the server. UDP Client: (1) client creates a datagram socket, issuing a time command to the server via the socket for the server system time. (2) receives the server returns the time, update the client system time. (3) Disconnect the server. Server: For TCP client, the services provided are
Update : 2024-05-19 Size : 4453376 Publisher : 刘强

使用VC++编写的多线程网络文件传输程序,这是服务器端程序,可运行-Use VC++ to write multi-threaded network file transfer program, which is a server-side program, you can run
Update : 2024-05-19 Size : 1913856 Publisher : sunzhipeng

DL : 0
基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3. A8架设了BOA服务器,可以通过网页和CGI程序与A8主程序进行数据交互,实现仓库数据信息网页显示,网页端可经A8向M0发送指令实现远程控制M0动作;通过网页客户端可以控制摄像头实时监控或拍照存档。-Based s5pc100-A8 board intelligent storage system of Things, 1. M0 information collector as a front end, by the temperature and humidity, light and other real-time acquisition module node where the data warehouse environment, RFID radio frequency card through simulation goods out of storage, will be collected data and information via cargo storage ZIGBEE wireless transmission to the A8 MPU data analysis. 2. A8 is the logical processing core of the system, multi-threaded architecture, the threads using a global variable, mutex, condition variables to achieve thread synchronization, mutual exclusion, wake-up action M0 transmitted data analysis, Wake corresponding thread SMS alarm, camera capture, buzzer, LED light alarm, out of storage and other actions, and the data stored in the 3. A8 BOA set up a server, you can exchange data through Web pages and CGI programs and A8 main achieve page displays data warehouse, web end the A8 to send commands M0 M0 remote control operation it can
Update : 2024-05-19 Size : 3402752 Publisher : zhb
« 1 2 ... 25 26 27 28 29 3031 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.